home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global AorR, x, y
- repeat while (the mouseCast < 53) and (the mouseCast > 46)
- set x to the mouseCast
- if x <> y then
- set y to x
- puppetSound("click")
- end if
- puppetSprite(1, 0)
- puppetSprite(13, 0)
- if (x < 53) and (x > 46) then
- go(string(the name of cast x & AorR))
- end if
- end repeat
- go(the frame)
- end
-